In mathematics (particularly in complex analysis), the argument of a complex number , denoted , is the angle between the positive real number axis and the line joining the origin and , represented as a point in the complex plane, shown as in Figure 1. By convention the positive real axis is drawn pointing rightward, the positive imaginary number axis is drawn pointing upward, and complex numbers with positive real part are considered to have an anticlockwise argument with positive sign.
When any real-valued angle is considered, the argument is a multivalued function operating on the nonzero . The principal value of this function is single-valued, typically chosen to be the unique value of the argument that lies within the interval . In this article the multi-valued function will be denoted and its principal value will be denoted , but in some sources the capitalization of these symbols is exchanged.
In some older mathematical texts, the term "amplitude" was used interchangeably with argument to denote the angle of a complex number. This usage is seen in older references such as Lars Ahlfors' Complex Analysis: An introduction to the theory of analytic functions of one complex variable (1979), where amplitude referred to the argument of a complex number. While this term is largely outdated in modern texts, it still appears in some regional educational resources, where it is sometimes used in introductory-level textbooks.
The argument of zero is usually left undefined. The names magnitude, for the modulus, and phase,Dictionary of Mathematics (2002). phase. for the argument, are sometimes used equivalently.
Under both definitions, it can be seen that the argument of any non-zero complex number has many possible values: firstly, as a geometrical angle, it is clear that whole circle rotations do not change the point, so angles differing by an integer multiple of (a complete turn) are the same, as reflected by figure 2 on the right. Similarly, from the periodicity of sine and cosine, the second definition also has this property.
When a well-defined function is required, then the usual choice, known as the principal value, is the value in the open-closed interval radians, that is from to excluding radians itself (equiv., from −180 to +180 degrees, excluding −180° itself). This represents an angle of up to half a complete circle from the positive real axis in either direction.
Some authors define the range of the principal value as being in the closed-open interval .
The set of all possible values of the argument can be written in terms of as:
In some sources the argument is defined as however this is correct only when , where is well-defined and the angle lies between and Extending this definition to cases where is not positive is relatively involved. Specifically, one may define the principal value of the argument separately on the half-plane and the two quadrants with , and then patch the definitions together:
\arctan\left(\frac y x\right) &\text{if } x > 0, \\[5mu] \arctan\left(\frac y x\right) + \pi &\text{if } x < 0 \text{ and } y \ge 0, \\[5mu] \arctan\left(\frac y x\right) - \pi &\text{if } x < 0 \text{ and } y < 0, \\[5mu] +\frac{\pi}{2} &\text{if } x = 0 \text{ and } y > 0, \\[5mu] -\frac{\pi}{2} &\text{if } x = 0 \text{ and } y < 0, \\[5mu] \text{undefined} &\text{if } x = 0 \text{ and } y = 0.\end{cases}
See atan2 for further detail and alternative implementations.
Arg[x + y I]
or using the language's ArcTan:
Arg[x + y I]
ArcTan[x, y] is extended to work with infinities. ArcTan[0, 0] is Indeterminate (i.e. it's still defined), while ArcTan[Infinity, -Infinity] doesn't return anything (i.e. it's undefined).
Unlike in Maple and Wolfram language, MATLAB's atan2(y, x) is equivalent to angle(x + y*1i). That is, atan2(0, 0) is .
This is only really valid if is non-zero, but can be considered valid for if is considered as an indeterminate form—rather than as being undefined.
Some further identities follow. If and are two non-zero complex numbers, then
\operatorname{Arg}(z_1 z_2) &\equiv \operatorname{Arg}(z_1) + \operatorname{Arg}(z_2) \pmod{\mathbb{R}/2\pi\mathbb{Z}}, \\ \operatorname{Arg}\left(\frac{z_1}{z_2}\right) &\equiv \operatorname{Arg}(z_1) - \operatorname{Arg}(z_2) \pmod{\mathbb{R}/2\pi\mathbb{Z}}.\end{align}
|
|